Blazor コントロール
GroupAsync<T>(IDataCollection<T>,GroupDescription[],CancellationToken) メソッド

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > IDataCollectionEx クラス > GroupAsync メソッド : GroupAsync<T>(IDataCollection<T>,GroupDescription[],CancellationToken) メソッド
The data collection.
The group descriptions that determine how the data will be grouped.
The cancellation token.
Groups the data collection according to the specified group descriptions.
シンタックス
'宣言
 
Public Overloads Shared Function GroupAsync(Of T As Class)( _
   ByVal dataCollection As IDataCollection(Of T), _
   ByVal groupDescriptions() As GroupDescription, _
   Optional ByVal cancellationToken As System.Threading.CancellationToken _
) As System.Threading.Tasks.Task
public static System.Threading.Tasks.Task GroupAsync<T>( 
   IDataCollection<T> dataCollection,
   GroupDescription[] groupDescriptions,
   System.Threading.CancellationToken cancellationToken
)
where T: class

パラメータ

dataCollection
The data collection.
groupDescriptions
The group descriptions that determine how the data will be grouped.
cancellationToken
The cancellation token.

型パラメータ

T
参照

IDataCollectionEx クラス
IDataCollectionEx メンバ
オーバーロード一覧